Skip to content

Commit

Permalink
changed rdf:isDefinedBy to rdfs:isDefinedBy
Browse files Browse the repository at this point in the history
  • Loading branch information
fantasticlife committed Sep 5, 2018
1 parent b47c54c commit 30d192e
Show file tree
Hide file tree
Showing 25 changed files with 665 additions and 665 deletions.
70 changes: 35 additions & 35 deletions _image/image-ontology.ttl
Original file line number Diff line number Diff line change
Expand Up @@ -20,66 +20,66 @@
pi:Image rdf:type owl:Class ;
rdfs:label "Image"@en ;
rdfs:comment "A image file, 2D unless otherwise stated, stored in the highest available quality" ;
rdf:isDefinedBy <http://parliament.uk/ontologies/image/> .
rdfs:isDefinedBy <http://parliament.uk/ontologies/image/> .

pi:Photograph rdf:type owl:Class ;
rdfs:label "Photograph"@en ;
rdfs:subClassOf pi:Image ;
rdfs:comment "A Image taken with a camera" ;
rdf:isDefinedBy <http://parliament.uk/ontologies/image/> .
rdfs:isDefinedBy <http://parliament.uk/ontologies/image/> .

pi:ImageSubject rdf:type owl:Class ;
rdfs:label "ImageSubject"@en ;
rdfs:comment "A thing that appears in the image - what the image is at partially or wholly 'of'" ;
rdf:isDefinedBy <http://parliament.uk/ontologies/image/> .
rdfs:isDefinedBy <http://parliament.uk/ontologies/image/> .

pi:ImageZone rdf:type owl:Class ;
rdfs:label "ImageZone"@en ;
rdfs:comment "An area within a image, that will be used to identify multiple ImageSubjects" ;
rdf:isDefinedBy <http://parliament.uk/ontologies/image/> .
rdfs:isDefinedBy <http://parliament.uk/ontologies/image/> .

pi:UsageLicence rdf:type owl:Class ;
rdfs:label "UsageLicence"@en ;
rdfs:comment "The licence of the image's use, such as GNU or various Creative Commons licences" ;
rdf:isDefinedBy <http://parliament.uk/ontologies/image/> .
rdfs:isDefinedBy <http://parliament.uk/ontologies/image/> .

pi:GeoLocation rdf:type owl:Class ;
rdfs:label "GeoLocation"@en ;
rdfs:subClassOf pi:GeographicalThing ;
rdfs:comment "An area within a image, that will be used to identify multiple ImageSubjects" ;
rdf:isDefinedBy <http://parliament.uk/ontologies/image/> .
rdfs:isDefinedBy <http://parliament.uk/ontologies/image/> .

pi:ImageCoordinate rdf:type owl:Class ;
rdfs:label "ImageCoordinate"@en ;
rdfs:comment "A coordinate used to identify the location of the ImageZone within the Image" ;
rdf:isDefinedBy <http://parliament.uk/ontologies/image/> .
rdfs:isDefinedBy <http://parliament.uk/ontologies/image/> .

pi:ImageCreator rdf:type owl:Class ;
rdfs:label "ImageCreator"@en ;
rdfs:subClassOf pi:Agent ;
rdfs:comment "The creator of the image - photographer, artist, designer of a diagram etc" ;
rdf:isDefinedBy <http://parliament.uk/ontologies/image/> .
rdfs:isDefinedBy <http://parliament.uk/ontologies/image/> .

pi:ImageOwner rdf:type owl:Class ;
rdfs:label "ImageOwner"@en ;
rdfs:subClassOf pi:Agent ;
rdfs:comment "The entity with the legal rights to the image and its use" ;
rdf:isDefinedBy <http://parliament.uk/ontologies/image/> .
rdfs:isDefinedBy <http://parliament.uk/ontologies/image/> .

pi:Logo rdf:type owl:Class ;
rdfs:label "Logo"@en ;
rdfs:comment "A graphic mark, emblem, or symbol used to represent an organisation or person" ;
rdf:isDefinedBy <http://parliament.uk/ontologies/image/> .
rdfs:isDefinedBy <http://parliament.uk/ontologies/image/> .

pi:Agent rdf:type owl:Class ;
rdfs:label "Agent"@en ;
rdfs:comment "An agent. The superset of all people and all groups of people."@en ;
rdf:isDefinedBy <http://parliament.uk/ontologies/agency/> .
rdfs:isDefinedBy <http://parliament.uk/ontologies/agency/> .

pi:ImageResolution rdf:type owl:Class ;
rdfs:label "ImageResolution"@en ;
rdfs:comment "An image's resolution" ;
rdf:isDefinedBy <http://parliament.uk/ontologies/image/> .
rdfs:isDefinedBy <http://parliament.uk/ontologies/image/> .

##### Object properties ####

Expand All @@ -88,144 +88,144 @@ pi:imageHasImageSubject rdf:type owl:ObjectProperty ;
rdfs:subPropertyOf foaf:depicts ;
rdfs:domain pi:Image ;
rdfs:range pi:ImageSubject ;
rdf:isDefinedBy <http://parliament.uk/ontologies/image/> .
rdfs:isDefinedBy <http://parliament.uk/ontologies/image/> .

pi:imageHasImageCoordinate rdf:type owl:ObjectProperty ;
rdfs:label "imageHasImageCoordinate"@en ;
rdfs:domain pi:Image ;
rdfs:range pi:ImageCoordinate ;
rdf:isDefinedBy <http://parliament.uk/ontologies/image/> .
rdfs:isDefinedBy <http://parliament.uk/ontologies/image/> .

pi:imageCoordinateHasImageZone rdf:type owl:ObjectProperty ;
rdfs:label "imageCoordinateHasImageZone"@en ;
rdfs:domain pi:ImageCoordinate ;
rdfs:range pi:ImageZone ;
rdf:isDefinedBy <http://parliament.uk/ontologies/image/> .
rdfs:isDefinedBy <http://parliament.uk/ontologies/image/> .

pi:imageZoneHasImageSubject rdf:type owl:ObjectProperty ;
rdfs:label "imageZoneHasImageSubject"@en ;
rdfs:subPropertyOf foaf:depicts ;
rdfs:domain pi:ImageZone ;
rdfs:range pi:ImageSubject ;
rdf:isDefinedBy <http://parliament.uk/ontologies/image/> .
rdfs:isDefinedBy <http://parliament.uk/ontologies/image/> .

pi:imageHasUsageLicence rdf:type owl:ObjectProperty ;
rdfs:label "imageHasUsageLicence"@en ;
rdfs:domain pi:Image ;
rdfs:range pi:UsageLicence ;
rdf:isDefinedBy <http://parliament.uk/ontologies/image/> .
rdfs:isDefinedBy <http://parliament.uk/ontologies/image/> .

pi:photographHasGeoLocation rdf:type owl:ObjectProperty ;
rdfs:label "photographHasGeoLocation"@en ;
rdfs:domain pi:Photograph ;
rdfs:range pi:GeoLocation ;
rdf:isDefinedBy <http://parliament.uk/ontologies/image/> .
rdfs:isDefinedBy <http://parliament.uk/ontologies/image/> .

pi:imageHasImageCreator rdf:type owl:ObjectProperty ;
rdfs:label "imageHasImageCreator"@en ;
rdfs:domain pi:Image ;
rdfs:range pi:ImageCreator ;
rdf:isDefinedBy <http://parliament.uk/ontologies/image/> .
rdfs:isDefinedBy <http://parliament.uk/ontologies/image/> .

pi:imageHasImageOwner rdf:type owl:ObjectProperty ;
rdfs:label "imageHasImageOwner"@en ;
rdfs:domain pi:Image ;
rdfs:range pi:ImageOwner ;
rdf:isDefinedBy <http://parliament.uk/ontologies/image/> .
rdfs:isDefinedBy <http://parliament.uk/ontologies/image/> .

pi:agentHasLogo rdf:type owl:ObjectProperty ;
rdfs:label "agentHasLogo"@en ;
rdfs:subPropertyOf foaf:logo ;
rdfs:domain pi:Agent ;
rdfs:range pi:Logo ;
rdf:isDefinedBy <http://parliament.uk/ontologies/image/> .
rdfs:isDefinedBy <http://parliament.uk/ontologies/image/> .

pi:imageHasImageResolution rdf:type owl:ObjectProperty ;
rdfs:label "imageHasImageResolution"@en ;
rdfs:domain pi:Image ;
rdfs:range pi:ImageResolution ;
rdf:isDefinedBy <http://parliament.uk/ontologies/image/> .
rdfs:isDefinedBy <http://parliament.uk/ontologies/image/> .

##### Data properties ####

pi:imageStorageLocation rdf:type owl:DatatypeProperty ;
rdfs:label "imageStorageLocation"@en ;
rdfs:domain pi:Image ;
rdfs:range xsd:string ;
rdf:isDefinedBy <http://parliament.uk/ontologies/image/> .
rdfs:isDefinedBy <http://parliament.uk/ontologies/image/> .

pi:imageCreatedAt rdf:type owl:DatatypeProperty ;
rdfs:label "imageCreatedAt"@en ;
rdfs:domain pi:Image ;
rdfs:range xsd:dateTime ;
rdf:isDefinedBy <http://parliament.uk/ontologies/image/> .
rdfs:isDefinedBy <http://parliament.uk/ontologies/image/> .

pi:usageLicenceName rdf:type owl:DatatypeProperty ;
rdfs:label "usageLicenceName"@en ;
rdfs:domain pi:UsageLicence ;
rdfs:range xsd:string ;
rdf:isDefinedBy <http://parliament.uk/ontologies/image/> .
rdfs:isDefinedBy <http://parliament.uk/ontologies/image/> .

pi:usageLicenceDetails rdf:type owl:DatatypeProperty ;
rdfs:label "usageLicenceDetails"@en ;
rdfs:domain pi:UsageLicence ;
rdfs:range xsd:string ;
rdf:isDefinedBy <http://parliament.uk/ontologies/image/> .
rdfs:isDefinedBy <http://parliament.uk/ontologies/image/> .

pi:imageWidth rdf:type owl:DatatypeProperty ;
rdfs:label "imageWidth"@en ;
rdfs:domain pi:Image ;
rdfs:range xsd:integer ;
rdfs:comment "Image width in pixels" ;
rdf:isDefinedBy <http://parliament.uk/ontologies/image/> .
rdfs:isDefinedBy <http://parliament.uk/ontologies/image/> .

pi:imageLength rdf:type owl:DatatypeProperty ;
rdfs:label "imageLength"@en ;
rdfs:domain pi:Image ;
rdfs:range xsd:integer ;
rdfs:comment "Image height in pixels" ;
rdf:isDefinedBy <http://parliament.uk/ontologies/image/> .
rdfs:isDefinedBy <http://parliament.uk/ontologies/image/> .

pi:bitsPerSample rdf:type owl:DatatypeProperty ;
rdfs:label "bitsPerSample"@en ;
rdfs:domain pi:Image ;
rdfs:range xsd:integer ;
rdfs:comment "Number of bits per component in each channel." ;
rdf:isDefinedBy <http://parliament.uk/ontologies/image/> .
rdfs:isDefinedBy <http://parliament.uk/ontologies/image/> .

pi:compression rdf:type owl:DatatypeProperty ;
rdfs:label "compression"@en ;
rdfs:domain pi:Image ;
rdfs:range xsd:string ;
rdf:isDefinedBy <http://parliament.uk/ontologies/image/> .
rdfs:isDefinedBy <http://parliament.uk/ontologies/image/> .

pi:samplesPerPixel rdf:type owl:DatatypeProperty ;
rdfs:label "samplesPerPixel"@en ;
rdfs:domain pi:Image ;
rdfs:range xsd:integer ;
rdf:isDefinedBy <http://parliament.uk/ontologies/image/> .
rdfs:isDefinedBy <http://parliament.uk/ontologies/image/> .

pi:imageXResolution rdf:type owl:DatatypeProperty ;
rdfs:label "imageXResolution"@en ;
rdfs:domain pi:ImageResolution ;
rdfs:range xsd:integer ;
rdf:isDefinedBy <http://parliament.uk/ontologies/image/> .
rdfs:isDefinedBy <http://parliament.uk/ontologies/image/> .

pi:imageYResolution rdf:type owl:DatatypeProperty ;
rdfs:label "imageYResolution"@en ;
rdfs:domain pi:ImageResolution ;
rdfs:range xsd:integer ;
rdf:isDefinedBy <http://parliament.uk/ontologies/image/> .
rdfs:isDefinedBy <http://parliament.uk/ontologies/image/> .

pi:imageResolutionUnit rdf:type owl:DatatypeProperty ;
rdfs:label "imageResolutionUnit"@en ;
rdfs:domain pi:ImageResolution ;
rdfs:range xsd:string ;
rdf:isDefinedBy <http://parliament.uk/ontologies/image/> .
rdfs:isDefinedBy <http://parliament.uk/ontologies/image/> .

pi:imageSoftware rdf:type owl:DatatypeProperty ;
rdfs:label "imageSoftware"@en ;
rdfs:domain pi:Image ;
rdfs:range xsd:integer ;
rdfs:comment "Software used to create image" ;
rdf:isDefinedBy <http://parliament.uk/ontologies/image/> .
rdfs:isDefinedBy <http://parliament.uk/ontologies/image/> .
Loading

0 comments on commit 30d192e

Please sign in to comment.