https://unifiedcyberontology.org/ontology/uco/observable#PDFFileFacet
Instances of observable:PDFFileFacet can have the following properties:
PROPERTY |
PROPERTY TYPE |
DESCRIPTION |
MIN COUNT |
MAX COUNT |
VALUE CONSTRAINTS |
LOCAL TYPE |
GLOBAL RANGE |
---|---|---|---|---|---|---|---|
observable:PDFFileFacet | |||||||
observable:documentInformationDictionary | owl:ObjectProperty |
|
0 | 1 |
|
types:ControlledDictionary
|
types:ControlledDictionary
|
observable:isOptimized | owl:DatatypeProperty |
|
0 | 1 |
|
xsd:boolean
|
xsd:boolean
|
observable:pdfId0 | owl:DatatypeProperty |
|
0 | * |
|
xsd:string
|
xsd:string
|
observable:pdfId1 | owl:DatatypeProperty |
|
0 | 1 |
|
xsd:string
|
xsd:string
|
observable:version | owl:DatatypeProperty |
|
0 | 1 |
|
xsd:string
|
xsd:string
|
@prefix core: <https://unifiedcyberontology.org/ontology/uco/core#> .
@prefix observable: <https://unifiedcyberontology.org/ontology/uco/observable#> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix sh: <http://www.w3.org/ns/shacl#> .
@prefix types: <https://unifiedcyberontology.org/ontology/uco/types#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
observable:PDFFileFacet a owl:Class,
sh:NodeShape ;
rdfs:label "PDFFileFacet"@en ;
rdfs:comment "A PDF file facet is a grouping of characteristics unique to a PDF (Portable Document Format) file."@en ;
rdfs:subClassOf core:Facet ;
sh:property [ sh:class types:ControlledDictionary ;
sh:maxCount 1 ;
sh:nodeKind sh:BlankNodeOrIRI ;
sh:path observable:documentInformationDictionary ],
[ sh:datatype xsd:boolean ;
sh:maxCount 1 ;
sh:nodeKind sh:Literal ;
sh:path observable:isOptimized ],
[ sh:datatype xsd:string ;
sh:maxCount 1 ;
sh:nodeKind sh:Literal ;
sh:path observable:pdfId1 ],
[ sh:datatype xsd:string ;
sh:maxCount 1 ;
sh:nodeKind sh:Literal ;
sh:path observable:version ],
[ sh:datatype xsd:string ;
sh:nodeKind sh:Literal ;
sh:path observable:pdfId0 ] ;
sh:targetClass observable:PDFFileFacet .