http://purl.org/net/hucit#CitationStyle
Two strings containing the same citation (e.g. a citation to Homer's Iliad, book 1, line 1) may differ for their surface appearance. We use CitationStyle to be able to distinguish two citations
Instances of hucit:CitationStyle can have the following properties:
PROPERTY | TYPE | DESCRIPTION | RANGE |
---|---|---|---|
From class owl:Thing | |||
dc:creator | owl:AnnotationProperty | owl:Thing | |
dc:description | owl:AnnotationProperty | owl:Thing | |
hucit:is_canonical_structure_of | owl:ObjectProperty | owl:Thing | |
hucit:is_identified_by | owl:FunctionalProperty | hucit:TextElement | |
owl:deprecated | owl:AnnotationProperty | owl:Thing | |
owl:topObjectProperty | owl:ObjectProperty | owl:Thing | |
owl:versionInfo | owl:AnnotationProperty | owl:Thing | |
rdfs:comment | owl:AnnotationProperty | owl:Thing | |
rdfs:label | owl:AnnotationProperty | owl:Thing |
@prefix : <http://purl.org/net/hucit#> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
:CitationStyle a owl:Class ;
rdfs:label "Citation Style"@en ;
rdfs:comment "Two strings containing the same citation (e.g. a citation to Homer's Iliad, book 1, line 1) may differ for their surface appearance. We use CitationStyle to be able to distinguish two citations "@en ;
rdfs:subClassOf :ConceptualObject .