summaryrefslogtreecommitdiff
path: root/test/defined_namespaces/fake.xxx
diff options
context:
space:
mode:
Diffstat (limited to 'test/defined_namespaces/fake.xxx')
-rw-r--r--test/defined_namespaces/fake.xxx14
1 files changed, 14 insertions, 0 deletions
diff --git a/test/defined_namespaces/fake.xxx b/test/defined_namespaces/fake.xxx
new file mode 100644
index 00000000..db3080aa
--- /dev/null
+++ b/test/defined_namespaces/fake.xxx
@@ -0,0 +1,14 @@
+@prefix ns1: <http://www.w3.org/2004/02/skos/core#> .
+@prefix ns2: <http://purl.org/dc/terms/> .
+@prefix ns3: <http://www.w3.org/2002/07/owl#> .
+@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
+@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
+@prefix schema: <https://schema.org/> .
+
+schema:3DModel a rdfs:Class ;
+ rdfs:label "3DModel" ;
+ rdfs:comment """A 3D model represents some kind of 3D content, which may have [[encoding]]s in one or more [[MediaObject]]s. Many 3D formats are available (e.g. see [Wikipedia](https://en.wikipedia.org/wiki/Category:3D_graphics_file_formats)); specific encoding formats can be represented using the [[encodingFormat]] property applied to the relevant [[MediaObject]]. For the
+case of a single file published after Zip compression, the convention of appending '+zip' to the [[encodingFormat]] can be used. Geospatial, AR/VR, artistic/animation, gaming, engineering and scientific content can all be represented using [[3DModel]].""" ;
+ rdfs:subClassOf schema:MediaObject ;
+ schema:isPartOf <https://pending.schema.org> ;
+ schema:source <https://github.com/schemaorg/schemaorg/issues/2140> .