https://cacontology.projectvic.org#caseNumber
Court or agency case identifier for an investigation or proceeding (e.g., PACER docket number '3:20-cr-00029-SLG-MMS'). Declared as a subproperty of uco-core:externalIdentifier so consumers inherit UCO identifier semantics; the richer canonical pattern uco-core:externalReference remains available for fully-qualified references.
| DOMAIN | PROPERTY | RANGE |
|---|---|---|
| owl:Thing (inferred) | cacontology:caseNumber | xsd:string |
@prefix cacontology: <https://cacontology.projectvic.org#> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix uco-core: <https://ontology.unifiedcyberontology.org/uco/core/> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
cacontology:caseNumber a owl:DatatypeProperty ;
rdfs:label "case number"@en ;
rdfs:comment "Court or agency case identifier for an investigation or proceeding (e.g., PACER docket number '3:20-cr-00029-SLG-MMS'). Declared as a subproperty of uco-core:externalIdentifier so consumers inherit UCO identifier semantics; the richer canonical pattern uco-core:externalReference remains available for fully-qualified references."@en ;
rdfs:range xsd:string ;
rdfs:subPropertyOf uco-core:externalIdentifier .