Skip to content

Commit

Permalink
fixed RDF errors in altP model's OWL
Browse files Browse the repository at this point in the history
  • Loading branch information
Nicholas Car committed Oct 10, 2019
1 parent 24c72f8 commit ad7e21f
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions conneg-by-ap/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -2132,8 +2132,8 @@ <h4>Implementations</h4>
rdfs:comment """This ontology allows for the description of representations
of Internet resources.

Representations may conform to prof:Profile instances and may have the format
of a particular dct:MediaType."""@en ;
Representations may conform to dct:Standard instances and may
have the format of a particular dct:MediaType."""@en ;
dct:created "2019-08-07"^^xsd:date ;
dct:modified "2019-08-10"^^xsd:date ;
dct:creator [
Expand All @@ -2150,17 +2150,17 @@ <h4>Implementations</h4>
dct:conformsTo
a owl:ObjectProperty ;
rdfs:label "conforms to" ;
dct:source dct:conformsTo ;
skos:scopeNote "Use this property to indicate a dct:Standard that a
altr:Representation conforms to." .
rdfs:range dct:Standard ;
skos:scopeNote "Use this property to indicate the data profile that
the altr:Representation conforms to." .

altr:hasRepresentation
a owl:ObjectProperty ;
rdfs:label "has representation" ;
skos:definition "Indicates a Representation of a Resource."@en ;
rdfs:domain rdf:Resource ;
rdfs:range altr:Representation ;
skos:scopeNote "Use this property to indicate a the HTTP-delivered
skos:scopeNote "Use this property to indicate the HTTP-delivered
representation of a resource." .

altr:hasDefaultRepresentation
Expand Down

0 comments on commit ad7e21f

Please sign in to comment.