diff --git a/specification/tmp/domain_ISA2.md b/specification/tmp/domain_ISA2.md
index 3b2bc87cce79479937e875f766911444f0db1be7..72d4ca84da6bbb35d5772fd7b9acd9fcdf1e4259 100644
--- a/specification/tmp/domain_ISA2.md
+++ b/specification/tmp/domain_ISA2.md
@@ -225,6 +225,50 @@ Bei KVM steckt semantik hinter manchen tags, diese sollte man auflösen!
 ### License
 https://schema.org/license
 
+# Sample Entry
+```
+@prefix fairsync: <http://fairsync.naturzukunft.de/> .
+@prefix person: <http://www.w3.org/ns/person#> .
+@prefix schema: <https://schema.org/> .
+@prefix foaf: <http://xmlns.com/foaf/0.1/> .
+@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
+@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
+@prefix dcterms: <http://purl.org/dc/terms/> .
+@prefix owl: <http://www.w3.org/2002/07/owl#> .
+@prefix locn: <http://www.w3.org/ns/locn#> .
+@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
+
+fairsync:12912983213423098721430ss40569 a foaf:Group;
+  dcterms:Location fairsync:12912983213423098721430ss40569_location;
+  schema:ContactPoint fairsync:12912983213423098721430ss40569_contactPoint;
+  dcterms:identifier "12912983213423098721430ß40569";
+  foaf:name "Mutsreman GmbH & Ko KG";
+  foaf:homepage "http://example.org";
+  owl:versionInfo "3";
+  dcterms:description "This is a sample description of this sample organisation!";
+  schema:foundingDate "2015-01-02" .
+
+fairsync:12912983213423098721430ss40569_location a dcterms:Location;
+  locn:Geometry fairsync:12912983213423098721430ss40569_geometry;
+  locn:Address fairsync:12912983213423098721430ss40569_address .
+
+fairsync:12912983213423098721430ss40569_geometry a locn:Geometry;
+  schema:latitude 4.669561163368431E1;
+  schema:longitude 7.619049236001004E0 .
+
+fairsync:12912983213423098721430ss40569_address a locn:Address;
+  locn:postCode "82633";
+  locn:adminUnitL1 "Germany";
+  locn:adminUnitL2 "BW";
+  locn:postName "München";
+  locn:addressArea "KluedoStrasse 12" .
+
+fairsync:12912983213423098721430ss40569_contactPoint a schema:ContactPoint;
+  schema:name "Mr. Mustermann";
+  schema:email "max@mustremann.de";
+  schema:telephone "089 62899835" .
+```
+
 # Integrating Karte von morgen
 ## OpenFairDB adapting
 ![Adapter 1](domain_diagrams/adapter1.png "Adapter 1")